ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
	height:80px;
	background:#f8f8f8;
	font-size:0; display:table; width:100%
}

.resp-tabs-list li {
	background:#f8f8f8;
    display: table-cell;
    padding: 0px 24px; line-height:30px;
	margin-top:0px;
    margin: 0;
	padding-top:0px;
	border: 1px solid #333;
	border-right:none;
    list-style: none;
    cursor: pointer;
	vertical-align:middle; height:80px; table-layout:fixed; text-align:center
}
.single_tab.resp-tabs-list li {width: 25%; display: table; line-height: 80px;}
.resp-tabs-list li:last-child { border-right:1px solid #333;}
.resp-tabs-list li a:hover { color:#000;}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none; padding-top: 50px;
}
.resp-tab-content p:last-child { padding-bottom:0;width:100%;}
.resp-tab-active {
    border: 1px solid #ecf2f6;
    border-bottom-color:#fff !important;
    margin-bottom: -1px !important;
	line-height:48px;
    padding: 0px 24px !important;
	background:#fff !important;

}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #333; border-top:none;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #3385bb;
    border-top: 0px solid #3385bb;
    margin: 0px;
    padding: 10px 24px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #3385bb !important;
    margin-bottom: 0px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #3385bb !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #3385bb;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #3385bb;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #3385bb;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
	 margin-top:17px
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #fff !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #3385bb;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #3385bb !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #3385bb !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #3385bb;
    }
	
	.resp-tab-content {
    padding-top: 30px;}
	
	.resp-tab-content td {border: none;
		border-bottom: 1px solid #3384cf;}
	.resp-tab-content .tabs_padding td {border: 1px solid #3384cf;
		border-bottom: none;}
	.resp-tab-content tr:last-child td {
    border-bottom: 1px solid #3384cf;}
	.resp-tab-content tr:last-child td:last-child {border-bottom: none;}
	
	.resp-tab-content .tabs_padding 